Lines Matching refs:jt
710 auto jt = falseToRealSamplerYcbcrConversions.find(info->conversion);
711 if (jt == end(falseToRealSamplerYcbcrConversions))
713 info->conversion = jt->second;
791 auto jt = falseToRealSamplers.find(dsCI.second.pBindings[i].pImmutableSamplers[j]);
792 if (jt == end(falseToRealSamplers))
794 realSamplers.back()[j] = jt->second;
824 auto jt = falseToRealDescriptorSetLayouts.find(plCI.pSetLayouts[i]);
825 if (jt == end(falseToRealDescriptorSetLayouts))
827 newSetLayouts.push_back(jt->second);
854 auto jt = falseToRealShaderModules.find(gpCI.pStages[i].module);
855 if(jt == end(falseToRealShaderModules))
857 newStage.module = jt->second;
864 auto jt = falseToRealRenderPasses.find(gpCI.renderPass);
865 if (jt == end(falseToRealRenderPasses))
867 gpCI.renderPass = jt->second;
872 auto jt = falseToRealPipelineLayouts.find(gpCI.layout);
873 if (jt == end(falseToRealPipelineLayouts))
875 gpCI.layout = jt->second;
896 auto jt = falseToRealShaderModules.find(cpCI.stage.module);
897 if(jt == end(falseToRealShaderModules))
899 cpCI.stage.module = jt->second;
904 auto jt = falseToRealPipelineLayouts.find(cpCI.layout);
905 if (jt == end(falseToRealPipelineLayouts))
907 cpCI.layout = jt->second;