Searched defs:programExecutable (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/ |
D | ProgramPipeline.cpp | 132 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
|
D | TransformFeedback.cpp | 155 const ProgramExecutable *programExecutable = in begin() local
|
D | validationES3.cpp | 3162 const ProgramExecutable *programExecutable = in ValidateBeginTransformFeedback() local
|
D | validationES.cpp | 8984 const ProgramExecutable *programExecutable) in ValidateProgramExecutableXFBBuffersPresent()
|
D | Context.cpp | 10339 const ProgramExecutable *programExecutable = context->getState().getProgramExecutable(); in updateValidDrawModes() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | spv_utils.cpp | 206 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 …]
|
D | ContextVk.cpp | 5506 const gl::ProgramExecutable *programExecutable = glState.getProgramExecutable(); in syncState() local
|