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 447 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in updateLinkedVaryings() local 660 const SharedProgramExecutable &programExecutable = getShaderProgramExecutable(shaderType); in linkVaryings() local
|
| D | TransformFeedback.cpp | 155 const ProgramExecutable *programExecutable = in begin() local
|
| D | validationES3.cpp | 3121 const ProgramExecutable *programExecutable = in ValidateBeginTransformFeedback() local
|
| D | validationES.cpp | 8775 const ProgramExecutable *programExecutable) in ValidateProgramExecutableXFBBuffersPresent()
|
| D | Context.cpp | 10406 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() 711 const gl::ProgramExecutable &programExecutable, in AssignInterfaceBlockBindings() 742 const gl::ProgramExecutable &programExecutable, in AssignAtomicCounterBufferBindings() 769 const gl::ProgramExecutable &programExecutable, in AssignImageBindings() [all …]
|
| D | ContextVk.cpp | 5410 const gl::ProgramExecutable *programExecutable = glState.getProgramExecutable(); in syncState() local
|