Home
last modified time | relevance | path

Searched defs:programExecutable (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
DProgramPipeline.cpp132 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableTextures() local
148 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateExecutableSpecConstUsageBits() local
343 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateShaderStorageBlocks() local
368 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateImageBindings() local
451 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateLinkedVaryings() local
666 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in linkVaryings() local
DTransformFeedback.cpp155 const ProgramExecutable *programExecutable = in begin() local
DvalidationES3.cpp3162 const ProgramExecutable *programExecutable = in ValidateBeginTransformFeedback() local
DvalidationES.cpp8984 const ProgramExecutable *programExecutable) in ValidateProgramExecutableXFBBuffersPresent()
DContext.cpp10339 const ProgramExecutable *programExecutable = context->getState().getProgramExecutable(); in updateValidDrawModes() local
/external/angle/src/libANGLE/renderer/vulkan/
Dspv_utils.cpp206 const gl::ProgramExecutable &programExecutable, in AssignTransformFeedbackEmulationBindings()
274 void AssignAttributeLocations(const gl::ProgramExecutable &programExecutable, in AssignAttributeLocations()
329 void AssignSecondaryOutputLocations(const gl::ProgramExecutable &programExecutable, in AssignSecondaryOutputLocations()
388 void AssignOutputLocations(const gl::ProgramExecutable &programExecutable, in AssignOutputLocations()
504 void AssignTransformFeedbackQualifiers(const gl::ProgramExecutable &programExecutable, in AssignTransformFeedbackQualifiers()
657 const gl::ProgramExecutable &programExecutable, in AssignUniformBindings()
677 const gl::ProgramExecutable &programExecutable, in AssignInputAttachmentBindings()
738 const gl::ProgramExecutable &programExecutable, in AssignInterfaceBlockBindings()
769 const gl::ProgramExecutable &programExecutable, in AssignAtomicCounterBufferBindings()
796 const gl::ProgramExecutable &programExecutable, in AssignImageBindings()
[all …]
DContextVk.cpp5506 const gl::ProgramExecutable *programExecutable = glState.getProgramExecutable(); in syncState() local