Lines Matching refs:Gles
1237 std::vector<Gles::PushConstantReflection> pushConstantReflection; in reflectSpvBinary()
1243 … Gles::ProcessStruct(std::string_view(name.data(), name.size()), 0, compiler, remap.base_type_id, in reflectSpvBinary()
1372 Binding get_binding(Gles::CoreCompiler& compiler, spirv_cross::ID id) in get_binding()
1376 assert(dset < Gles::ResourceLimits::MAX_SETS); in get_binding()
1377 assert(dbind < Gles::ResourceLimits::MAX_BIND_IN_SET); in get_binding()
1396 void Collect(Gles::CoreCompiler& compiler, const spirv_cross::SmallVector<spirv_cross::Resource>& r… in Collect()
1429 std::vector<Gles::PushConstantReflection> infos;
1433 …Gles::CoreCompiler& compiler, const spirv_cross::ShaderResources& res, ShaderModulePlatformDataGLE… in CollectRes()
1482 void SetupSpirvCross(ShaderStageFlags stage, Gles::CoreCompiler* compiler, DeviceBackendType backen… in SetupSpirvCross()
1521 auto compiler = Gles::CoreCompiler(reinterpret_cast<const uint32_t*>(createInfo.spvData.data()), in ProcessShaderModule()
1528 Gles::ConvertSpecConstToConstant(compiler, "CORE_FLIP_NDC"); in ProcessShaderModule()
1535 Gles::ReflectPushConstants(compiler, res, me.plat_.infos, me.shaderStageFlags_); in ProcessShaderModule()
1540 Gles::SetSpecMacro(compiler, "CORE_BACKEND_TYPE", 1U); in ProcessShaderModule()
1543 Gles::ConvertConstantToUniform(compiler, me.source_, "CORE_FLIP_NDC"); in ProcessShaderModule()