/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.pushConstant.vert.out | 12 Name 11 "Material" 13 MemberName 11(Material) 0 "kind" 14 MemberName 11(Material) 1 "fa" 18 MemberDecorate 11(Material) 0 Offset 0 19 MemberDecorate 11(Material) 1 Offset 4 20 Decorate 11(Material) Block 28 11(Material): TypeStruct 6(int) 10 29 12: TypePointer PushConstant 11(Material)
|
D | spv.pushConstantAnon.vert.out | 12 Name 11 "Material" 13 MemberName 11(Material) 0 "kind" 14 MemberName 11(Material) 1 "fa" 18 MemberDecorate 11(Material) 0 Offset 0 19 MemberDecorate 11(Material) 1 Offset 4 20 Decorate 11(Material) Block 28 11(Material): TypeStruct 6(int) 10 29 12: TypePointer PushConstant 11(Material)
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-01-31-BigShift3.ll | 8 %struct.Material = type { float, float, float, %struct.Material*, %struct.Material* } 10 …, %struct.Poly3Struct*, %struct.Poly4Struct*, %struct.Texture*, %struct.Material*, %struct.Point, … 13 …%struct.Poly3Struct = type { [3 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct… 14 …%struct.Poly4Struct = type { [4 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-01-31-BigShift3.ll | 8 %struct.Material = type { float, float, float, %struct.Material*, %struct.Material* } 10 …, %struct.Poly3Struct*, %struct.Poly4Struct*, %struct.Texture*, %struct.Material*, %struct.Point, … 13 …%struct.Poly3Struct = type { [3 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct… 14 …%struct.Poly4Struct = type { [4 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-01-31-BigShift3.ll | 8 %struct.Material = type { float, float, float, %struct.Material*, %struct.Material* } 10 …, %struct.Poly3Struct*, %struct.Poly4Struct*, %struct.Texture*, %struct.Material*, %struct.Point, … 13 …%struct.Poly3Struct = type { [3 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct… 14 …%struct.Poly4Struct = type { [4 x %struct.ObjPoint*], %struct.Material*, %struct.Texture*, %struct…
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpver.rc | 8 * The source code, information and material ("Material") contained herein is 10 * Material remains with Intel Corporation or its suppliers or licensors. The 11 * Material contains proprietary information of Intel or its suppliers and 12 * licensors. The Material is protected by worldwide copyright laws and treaty 13 * provisions. No part of the Material may be used, copied, reproduced, 16 * any patent, copyright or other intellectual property rights in the Material
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 76 sumA[0] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in TAG() 81 sumA[1] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in TAG() 94 sumA[0] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in TAG() 96 sumA[1] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in TAG() 259 sumA[0] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in TAG() 263 sumA[1] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in TAG() 275 sumA[0] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in TAG() 277 sumA[1] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in TAG() 472 base[0][3] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in TAG() 477 base[1][3] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in TAG() [all …]
|
D | t_vb_light.c | 179 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_SHININESS][0]; in _tnl_validate_shine_tables() 183 shininess = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_SHININESS][0]; in _tnl_validate_shine_tables() 256 store->mat[j].current = ctx->Light.Material.Attrib[attr]; in prepare_materials()
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 67 const struct gl_material *mat = &ctx->Light.Material; in _mesa_fetch_state() 159 * ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT][i] in _mesa_fetch_state() 160 + ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_EMISSION][i]; in _mesa_fetch_state() 162 value[3] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE][3]; in _mesa_fetch_state() 169 * ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_AMBIENT][i] in _mesa_fetch_state() 170 + ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_EMISSION][i]; in _mesa_fetch_state() 172 value[3] = ctx->Light.Material.Attrib[MAT_ATTRIB_BACK_DIFFUSE][3]; in _mesa_fetch_state() 185 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT+face][i]; in _mesa_fetch_state() 188 value[3] = ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT+face][3]; in _mesa_fetch_state() 193 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_DIFFUSE+face][i]; in _mesa_fetch_state() [all …]
|
/external/v8/benchmarks/ |
D | raytrace.js | 320 if(typeof(Flog.RayTracer.Material) == 'undefined') Flog.RayTracer.Material = {}; 322 Flog.RayTracer.Material.BaseMaterial = Class.create(); 324 Flog.RayTracer.Material.BaseMaterial.prototype = { 355 Flog.RayTracer.Material.Solid = Class.create(); 357 Flog.RayTracer.Material.Solid.prototype = Object.extend( 358 new Flog.RayTracer.Material.BaseMaterial(), { 380 Flog.RayTracer.Material.Chessboard = Class.create(); 382 Flog.RayTracer.Material.Chessboard.prototype = Object.extend( 383 new Flog.RayTracer.Material.BaseMaterial(), { 828 new Flog.RayTracer.Material.Solid( [all …]
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | asmdefs.inc | 8 ; The source code, information and material ("Material") contained herein is 10 ; Material remains with Intel Corporation or its suppliers or licensors. The 11 ; Material contains proprietary information of Intel or its suppliers and 12 ; licensors. The Material is protected by worldwide copyright laws and treaty 13 ; provisions. No part of the Material may be used, copied, reproduced, 16 ; any patent, copyright or other intellectual property rights in the Material
|
D | ippres.gen | 8 * The source code, information and material ("Material") contained herein is 10 * Material remains with Intel Corporation or its suppliers or licensors. The 11 * Material contains proprietary information of Intel or its suppliers and 12 * licensors. The Material is protected by worldwide copyright laws and treaty 13 * provisions. No part of the Material may be used, copied, reproduced, 16 * any patent, copyright or other intellectual property rights in the Material
|
/external/perfetto/ui/src/assets/ |
D | typefaces.scss | 19 font-family: 'Material Icons'; 50 font-family: 'Material Icons';
|
/external/deqp-deps/glslang/Test/ |
D | spv.pushConstantAnon.vert | 3 layout(push_constant) uniform Material {
|
D | spv.pushConstant.vert | 3 layout(push_constant) uniform Material {
|
D | specExamples.frag | 71 in Material { 73 smooth vec4 Color2; // legal, 'in' inherited from 'in Material' 87 vec3 Color; // different Color than Material.Color
|
D | glspv.vert | 3 layout(push_constant) uniform Material { int a; } mat; // ERROR, can't use push_constant
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 240 float (*mat)[4] = ctx->Light.Material.Attrib; in nv20_emit_material_ambient() 284 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in nv20_emit_material_diffuse() 328 float (*mat)[4] = ctx->Light.Material.Attrib; in nv20_emit_material_shininess()
|
D | nv10_state_tnl.c | 323 float (*mat)[4] = ctx->Light.Material.Attrib; in nv10_emit_material_ambient() 366 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in nv10_emit_material_diffuse() 432 float (*mat)[4] = ctx->Light.Material.Attrib; in nv10_emit_material_shininess()
|
D | nouveau_render_t.c | 205 COPY_4V(ctx->Light.Material.Attrib[attr], (float *)v); in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | light.c | 614 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in _mesa_update_material() 709 struct gl_material *mat = &ctx->Light.Material; in _mesa_update_color_material() 765 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in _mesa_GetMaterialfv() 817 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in _mesa_GetMaterialiv() 1201 init_material( &ctx->Light.Material ); in _mesa_init_lighting()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_context.c | 137 init_array(ctx, cl, size, ctx->Light.Material.Attrib[i]); in init_mat_currval()
|
/external/epid-sdk/example/compressed_data/ |
D | README.md | 1 # Sample Issuer Material
|
/external/epid-sdk/example/data/ |
D | README.md | 1 # Sample Issuer Material
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 665 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_EMISSION]); in update_global_ambient() 668 ctx->Light.Material.Attrib[MAT_ATTRIB_FRONT_AMBIENT]); in update_global_ambient() 714 if (memcmp( ctx->Light.Material.Attrib[i], in check_twoside_fallback() 715 ctx->Light.Material.Attrib[i+1], in check_twoside_fallback() 794 GLfloat (*mat)[4] = ctx->Light.Material.Attrib; in radeonUpdateMaterial()
|