/external/angle/util/ |
D | geometry_utils.cpp | 120 result->texcoords.resize(24); in GenerateCubeGeometry() 121 result->texcoords[0] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry() 122 result->texcoords[1] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry() 123 result->texcoords[2] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry() 124 result->texcoords[3] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry() 125 result->texcoords[4] = Vector2(1.0f, 0.0f); in GenerateCubeGeometry() 126 result->texcoords[5] = Vector2(1.0f, 1.0f); in GenerateCubeGeometry() 127 result->texcoords[6] = Vector2(0.0f, 1.0f); in GenerateCubeGeometry() 128 result->texcoords[7] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry() 129 result->texcoords[8] = Vector2(0.0f, 0.0f); in GenerateCubeGeometry() [all …]
|
D | geometry_utils.h | 42 std::vector<angle::Vector2> texcoords; member
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | common.h | 74 static inline float3 cubeTexcoords(float2 texcoords, int face) in cubeTexcoords() argument 76 texcoords = 2.0 * texcoords - 1.0; in cubeTexcoords() 80 return float3(1.0, -texcoords.y, -texcoords.x); in cubeTexcoords() 82 return float3(-1.0, -texcoords.y, texcoords.x); in cubeTexcoords() 84 return float3(texcoords.x, 1.0, texcoords.y); in cubeTexcoords() 86 return float3(texcoords.x, -1.0, -texcoords.y); in cubeTexcoords() 88 return float3(texcoords.x, -texcoords.y, 1.0); in cubeTexcoords() 90 return float3(-texcoords.x, -texcoords.y, -1.0); in cubeTexcoords() 92 return float3(texcoords, 0); in cubeTexcoords()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 1005 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_nearest_1d() 1012 sample_1d_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_1d() 1022 const GLfloat texcoords[][4], const GLfloat lambda[], in sample_linear_1d() 1029 sample_1d_linear(ctx, samp, image, texcoords[i], rgba[i]); in sample_linear_1d() 1039 const GLfloat texcoords[][4], in sample_lambda_1d() 1057 texcoords[i], rgba[i]); in sample_lambda_1d() 1062 texcoords[i], rgba[i]); in sample_lambda_1d() 1065 sample_1d_nearest_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d() 1069 sample_1d_linear_mipmap_nearest(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d() 1073 sample_1d_nearest_mipmap_linear(ctx, samp, tObj, m, texcoords + minStart, in sample_lambda_1d() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_blit.c | 264 float texcoords[4]; in emit_draw_packet() local 271 flip_y, texcoords); in emit_draw_packet() 275 verts[2] = texcoords[0]; in emit_draw_packet() 276 verts[3] = texcoords[3]; in emit_draw_packet() 280 verts[6] = texcoords[1]; in emit_draw_packet() 281 verts[7] = texcoords[3]; in emit_draw_packet() 285 verts[10] = texcoords[1]; in emit_draw_packet() 286 verts[11] = texcoords[2]; in emit_draw_packet()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_blit.c | 415 float texcoords[4]; local 422 flip_y, texcoords); 426 verts[2] = texcoords[0]; 427 verts[3] = texcoords[3]; 431 verts[6] = texcoords[1]; 432 verts[7] = texcoords[3]; 436 verts[10] = texcoords[1]; 437 verts[11] = texcoords[2];
|
/external/deqp-deps/amber/tests/cases/ |
D | minfilter.expect_fail.amber | 60 BUFFER texcoords DATA_TYPE vec2<float> DATA 80 VERTEX_DATA texcoords LOCATION 1 91 VERTEX_DATA texcoords LOCATION 1 102 VERTEX_DATA texcoords LOCATION 1
|
D | draw_png_texture.amber | 46 BUFFER texcoords DATA_TYPE vec2<float> DATA 58 VERTEX_DATA texcoords LOCATION 1
|
D | draw_combined_image_sampler.amber | 56 BUFFER texcoords DATA_TYPE vec2<float> DATA 75 VERTEX_DATA texcoords LOCATION 1
|
D | magfilter_linear.amber | 57 BUFFER texcoords DATA_TYPE vec2<float> DATA 77 VERTEX_DATA texcoords LOCATION 1
|
D | magfilter_nearest.amber | 57 BUFFER texcoords DATA_TYPE vec2<float> DATA 77 VERTEX_DATA texcoords LOCATION 1
|
D | graphics_descriptor_array_combined_image_sampler.amber | 60 BUFFER texcoords DATA_TYPE vec2<float> DATA 79 VERTEX_DATA texcoords LOCATION 1
|
D | graphics_descriptor_array_sampled_image.amber | 61 BUFFER texcoords DATA_TYPE vec2<float> DATA 81 VERTEX_DATA texcoords LOCATION 1
|
D | address_modes_float.amber | 83 BUFFER texcoords DATA_TYPE vec2<float> DATA 113 VERTEX_DATA texcoords LOCATION 1
|
D | draw_sampled_image.amber | 68 BUFFER texcoords DATA_TYPE vec2<float> DATA 88 VERTEX_DATA texcoords LOCATION 1
|
D | address_modes_int.amber | 83 BUFFER texcoords DATA_TYPE vec2<float> DATA 113 VERTEX_DATA texcoords LOCATION 1
|
D | multiple_samplers.amber | 77 BUFFER texcoords DATA_TYPE vec2<float> DATA 99 VERTEX_DATA texcoords LOCATION 1
|
D | draw_rectangles_depth_test_d24s8.amber | 76 BUFFER texcoords DATA_TYPE vec2<float> DATA 117 VERTEX_DATA texcoords LOCATION 1
|
D | draw_rectangles_depth_test_x8d24.amber | 76 BUFFER texcoords DATA_TYPE vec2<float> DATA 117 VERTEX_DATA texcoords LOCATION 1
|
D | draw_rectangles_depth_test.amber | 76 BUFFER texcoords DATA_TYPE vec2<float> DATA 117 VERTEX_DATA texcoords LOCATION 1
|
/external/mesa3d/docs/gallium/ |
D | pipeline.txt | 9 texcoords, fog) ] User vertices / arrays 93 | such as texcoords) |
|
/external/deqp/external/vulkancts/data/vulkan/amber/rasterization/depth_bias/ |
D | d32_sfloat.amber | 97 BUFFER texcoords DATA_TYPE vec2<float> DATA 138 VERTEX_DATA texcoords LOCATION 1
|
D | d24_unorm.amber | 95 BUFFER texcoords DATA_TYPE vec2<float> DATA 137 VERTEX_DATA texcoords LOCATION 1
|
D | d16_unorm.amber | 95 BUFFER texcoords DATA_TYPE vec2<float> DATA 137 VERTEX_DATA texcoords LOCATION 1
|
/external/angle/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 113 glVertexAttribPointer(mTexcoordLoc, 2, GL_FLOAT, GL_FALSE, 0, mCube.texcoords.data()); in draw()
|