Home
last modified time | relevance | path

Searched refs:position_loc (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMixedSamplesTest.cpp40 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in testSetUp() local
51 glEnableVertexAttribArray(position_loc); in testSetUp()
52 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0); in testSetUp()
DMultisampleCompatibilityTest.cpp39 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in testSetUp() local
49 glEnableVertexAttribArray(position_loc); in testSetUp()
50 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0); in testSetUp()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMixedSamplesTest.cpp40 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in testSetUp() local
51 glEnableVertexAttribArray(position_loc); in testSetUp()
52 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0); in testSetUp()
DMultisampleCompatibilityTest.cpp39 GLuint position_loc = glGetAttribLocation(mProgram, essl1_shaders::PositionAttrib()); in testSetUp() local
49 glEnableVertexAttribArray(position_loc); in testSetUp()
50 glVertexAttribPointer(position_loc, 2, GL_FLOAT, GL_FALSE, 0, 0); in testSetUp()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1005 uint32_t pointsize_loc = 0xff, position_loc = 0xff, layer_loc = 0xff, view_loc = 0xff; in tu6_emit_vpc() local
1023 if (position_loc == 0xff) in tu6_emit_vpc()
1024 position_loc = linkage.max_loc; in tu6_emit_vpc()
1027 0xf, position_loc + 4 * last_shader->outputs[i].view); in tu6_emit_vpc()
1080 tu_cs_emit(cs, A6XX_VPC_VS_PACK_POSITIONLOC(position_loc) | in tu6_emit_vpc()