Searched refs:position_loc (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferMixedSamplesTest.cpp | 40 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); variable 51 glEnableVertexAttribArray(position_loc); variable 52 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0);
|
H A D | MultisampleCompatibilityTest.cpp | 39 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); variable 49 glEnableVertexAttribArray(position_loc); variable 50 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 1056 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local 1074 if (position_loc == 0xff) in tu6_emit_vpc() 1075 position_loc = linkage.max_loc; in tu6_emit_vpc() 1079 0xf, position_loc + 4 * last_shader->outputs[i].view); in tu6_emit_vpc() 1134 tu_cs_emit(cs, A6XX_VPC_VS_PACK_POSITIONLOC(position_loc) | in tu6_emit_vpc()
|
Completed in 8 milliseconds